home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DTP / DTP_TEX / H219.ZIP / DVIPSSRC.ZIP / dvips / os2 / config.ps next >
Encoding:
Text File  |  1993-04-25  |  1.6 KB  |  83 lines

  1. **** Start Of Additions For emTeX ****
  2. *
  3. * Default metafont mode (defined in emTeX's local.mf)
  4. M hplaser
  5. * Paths (uncomment and edit if you need these)
  6. *T c:\emtex\tfm
  7. *V c:\texfonts\vf
  8. *P c:\texfonts\pixel.lj\%ddpi\%f.%p
  9. *L c:\texfonts\;lj_0;lj_h;lj_1;lj_2;lj_3;lj_4;lj_5a;lj_5b;lj_sli
  10. *S .;c:\emtex\texinput
  11. *H .;c:\emtex\ps
  12. * Compress fonts
  13. Z
  14. *
  15. **** END Of Additions For emTeX ****
  16. *
  17. *   See config.lino for more info.
  18. *   With a virtual machine, we can claim 1M of memory.
  19. *
  20. m 1000000
  21. *
  22. *   And send output by default to a PostScript file.
  23. *
  24. *
  25. *   Default resolution.
  26. *
  27. D 300
  28. *
  29. *   Last resort sizes.
  30. *
  31. R 100 120 144 300 360 400 432 480
  32. *
  33. * default output to a file
  34. o
  35. *   Paper size information.  First definition is the default.
  36. *
  37. **** END Of Changes For emTeX ****
  38. *
  39. *   If your default is a4 uncomment the following definition
  40. *   and comment out the letterSize definition.
  41. *
  42. *@ A4size 210mm 297mm
  43. *@+ %%PaperSize: A4
  44.  
  45. @ letterSize 8.5in 11in
  46.  
  47. @ letter 8.5in 11in
  48. @+ %%BeginPaperSize: Letter
  49. @+ letter
  50. @+ %%EndPaperSize
  51.  
  52. @ legal 8.5in 14in
  53. @+ ! %%DocumentPaperSizes: Legal
  54. @+ %%BeginPaperSize: Legal
  55. @+ legal
  56. @+ %%EndPaperSize
  57.  
  58. @ ledger 17in 11in
  59. @+ ! %%DocumentPaperSizes: Ledger
  60. @+ %%BeginPaperSize: Ledger
  61. @+ ledger
  62. @+ %%EndPaperSize
  63.  
  64. @ tabloid 11in 17in
  65. @+ ! %%DocumentPaperSizes: Tabloid
  66. @+ %%BeginPaperSize: Tabloid
  67. @+ 11x17
  68. @+ %%EndPaperSize
  69.  
  70. @ A4 210mm 297mm
  71. @+ ! %%DocumentPaperSizes: A4
  72. @+ %%BeginPaperSize: A4
  73. @+ a4
  74. @+ %%EndPaperSize
  75.  
  76. @ A3 297mm 420mm
  77. @+ ! %%DocumentPaperSizes: A3
  78. @+ %%BeginPaperSize: A3
  79. @+ a3
  80. @+ %%EndPaperSize
  81.  
  82.